Class: Aws::KMS::Types::XksKeyInvalidConfigurationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::XksKeyInvalidConfigurationException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the external key specified by the
XksKeyId
parameter did not meet the configuration requirements for
an external key store.
The external key must be an AES-256 symmetric key that is enabled and performs encryption and decryption.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6743 6744 6745 6746 6747 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 6743 class XksKeyInvalidConfigurationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |