Table of Contents

Class DecryptionFailureException

Namespace
Amazon.SecretsManager.Model
Assembly
AWSSDK.SecretsManager.dll

Secrets Manager can't decrypt the protected secret text using the provided KMS key.

public class DecryptionFailureException : AmazonSecretsManagerException
Inheritance
DecryptionFailureException

Constructors

DecryptionFailureException(Exception)

Construct instance of DecryptionFailureException

public DecryptionFailureException(Exception innerException)

Parameters

innerException Exception

DecryptionFailureException(string)

Constructs a new DecryptionFailureException with the specified error message.

public DecryptionFailureException(string message)

Parameters

message string

Describes the error encountered.

DecryptionFailureException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of DecryptionFailureException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

DecryptionFailureException(string, Exception)

Construct instance of DecryptionFailureException

public DecryptionFailureException(string message, Exception innerException)

Parameters

message string
innerException Exception

DecryptionFailureException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of DecryptionFailureException

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