Table of Contents

Class SnapshotNotFoundException

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

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 string

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

SnapshotNotFoundException(string, Exception)

Construct instance of SnapshotNotFoundException

public SnapshotNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

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