Class: Aws::States::Types::InvalidEncryptionConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::States::Types::InvalidEncryptionConfiguration
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-states/types.rb
 
Overview
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.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      2159 2160 2161 2162 2163  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 2159 class InvalidEncryptionConfiguration < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |