Class: Aws::KMS::Types::CustomKeyStoreNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::CustomKeyStoreNotFoundException
- 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
#message ⇒ String
1235 1236 1237 1238 1239 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 1235 class CustomKeyStoreNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |