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`.
      2270 2271 2272 2273 2274 2275  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 2270 class KmsInvalidStateException < Struct.new( :kms_key_state, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
      2270 2271 2272 2273 2274 2275  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 2270 class KmsInvalidStateException < Struct.new( :kms_key_state, :message) SENSITIVE = [] include Aws::Structure end  |