Class: Aws::KMS::Types::XksKeyAlreadyInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::XksKeyAlreadyInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the (‘XksKeyId`) is already associated with another KMS key in this external key store. Each KMS key in an external key store must be associated with a different external key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6688 6689 6690 6691 6692 |
# File 'lib/aws-sdk-kms/types.rb', line 6688 class XksKeyAlreadyInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |