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