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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
DecryptionFailureException(string, Exception)
Construct instance of DecryptionFailureException
public DecryptionFailureException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode