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
1217 1218 1219 1220 1221 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 1217 class CustomKeyStoreNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |