Table of Contents

Class VolumeNotFoundException

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

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 string

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

VolumeNotFoundException(string, Exception)

Construct instance of VolumeNotFoundException

public VolumeNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

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