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

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


1233
1234
1235
1236
1237
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 1233

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