Class: Aws::KMS::Types::CustomKeyStoreNameInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::CustomKeyStoreNameInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the specified custom key store name is already assigned to another custom key store in the account. Try again with a custom key store name that is unique in the account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1221 1222 1223 1224 1225 |
# File 'lib/aws-sdk-kms/types.rb', line 1221 class CustomKeyStoreNameInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |