Class: Aws::States::Types::InvalidEncryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::InvalidEncryptionConfiguration
- Defined in:
- gems/aws-sdk-states/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
2364 2365 2366 2367 2368 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2364 class InvalidEncryptionConfiguration < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |