Class InvalidEncryptionConfigurationException

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

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

Received when encryptionConfiguration is specified but various conditions exist which make the configuration invalid. For example, if type is set to CUSTOMER_MANAGED_KMS_KEY, but kmsKeyId is null, or kmsDataKeyReusePeriodSeconds is not between 60 and 900, or the KMS key is not symmetric or inactive.

See Also: