Table of Contents

Class InvalidSourceKmsKeyException

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

The Key Management Service (KMS) key of the source backup is not valid.

public class InvalidSourceKmsKeyException : AmazonFSxException
Inheritance
InvalidSourceKmsKeyException

Constructors

InvalidSourceKmsKeyException(Exception)

Construct instance of InvalidSourceKmsKeyException

public InvalidSourceKmsKeyException(Exception innerException)

Parameters

innerException Exception

InvalidSourceKmsKeyException(string)

Constructs a new InvalidSourceKmsKeyException with the specified error message.

public InvalidSourceKmsKeyException(string message)

Parameters

message string

Describes the error encountered.

InvalidSourceKmsKeyException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidSourceKmsKeyException

public InvalidSourceKmsKeyException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InvalidSourceKmsKeyException(string, Exception)

Construct instance of InvalidSourceKmsKeyException

public InvalidSourceKmsKeyException(string message, Exception innerException)

Parameters

message string
innerException Exception

InvalidSourceKmsKeyException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidSourceKmsKeyException

public InvalidSourceKmsKeyException(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