Class EncryptionFailureException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<EncryptionFailureException.Builder,EncryptionFailureException>

@Generated("software.amazon.awssdk:codegen") public final class EncryptionFailureException extends SecretsManagerException implements ToCopyableBuilder<EncryptionFailureException.Builder,EncryptionFailureException>

Secrets Manager can't encrypt the protected secret text using the provided KMS key. Check that the KMS key is available, enabled, and not in an invalid state. For more information, see Key state: Effect on your KMS key.

See Also: