Class BackupNotFoundException
No Amazon FSx backups were found based upon the supplied parameters.
public class BackupNotFoundException : AmazonFSxException
- Inheritance
-
BackupNotFoundException
Constructors
BackupNotFoundException(Exception)
Construct instance of BackupNotFoundException
public BackupNotFoundException(Exception innerException)
Parameters
innerException
Exception
BackupNotFoundException(string)
Constructs a new BackupNotFoundException with the specified error message.
public BackupNotFoundException(string message)
Parameters
message
stringDescribes the error encountered.
BackupNotFoundException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of BackupNotFoundException
public BackupNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
BackupNotFoundException(string, Exception)
Construct instance of BackupNotFoundException
public BackupNotFoundException(string message, Exception innerException)
Parameters
BackupNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of BackupNotFoundException
public BackupNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode