Class: Aws::States::Types::KmsInvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::KmsInvalidStateException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
The KMS key is not in valid state, for example: Disabled or Deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_state ⇒ String
Current status of the KMS; key.
- #message ⇒ String
Instance Attribute Details
#kms_key_state ⇒ String
Current status of the KMS; key. For example: ‘DISABLED`, `PENDING_DELETION`, `PENDING_IMPORT`, `UNAVAILABLE`, `CREATING`.
2362 2363 2364 2365 2366 2367 |
# File 'lib/aws-sdk-states/types.rb', line 2362 class KmsInvalidStateException < Struct.new( :kms_key_state, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2362 2363 2364 2365 2366 2367 |
# File 'lib/aws-sdk-states/types.rb', line 2362 class KmsInvalidStateException < Struct.new( :kms_key_state, :message) SENSITIVE = [] include Aws::Structure end |