Class: Aws::Comprehend::Types::KmsKeyValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/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

#messageString

Returns:

  • (String)


5350
5351
5352
5353
5354
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5350

class KmsKeyValidationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end