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