Class: Aws::KMS::Types::CustomKeyStoreNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kms/types.rb

Overview

The request was rejected because KMS cannot find a custom key store with the specified key store name or ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1240
1241
1242
1243
1244
# File 'lib/aws-sdk-kms/types.rb', line 1240

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