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
innerExceptionException
DecryptionFailureException(string)
Constructs a new DecryptionFailureException with the specified error message.
public DecryptionFailureException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode