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
5350 5351 5352 5353 5354 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5350 class KmsKeyValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |