Table of Contents

Class StorageVirtualMachineNotFoundException

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

StorageVirtualMachineNotFoundException(string, Exception)

Construct instance of StorageVirtualMachineNotFoundException

public StorageVirtualMachineNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode