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