Class: Aws::KMS::Types::CustomKeyStoreNameInUseException

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

#messageString

Returns:

  • (String)


1219
1220
1221
1222
1223
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 1219

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