Class: Aws::Comprehend::Types::KmsKeyValidationException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Comprehend::Types::KmsKeyValidationException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehend/types.rb
 
Overview
The KMS customer managed key (CMK) entered cannot be validated. Verify the key and re-enter it.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      5299 5300 5301 5302 5303  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 5299 class KmsKeyValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |