Class: Aws::KMS::Types::CustomKeyStoreHasCMKsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::CustomKeyStoreHasCMKsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the custom key store contains KMS keys. After verifying that you do not need to use the KMS keys, use the ScheduleKeyDeletion operation to delete the KMS keys. After they are deleted, you can delete the custom key store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1165 1166 1167 1168 1169 |
# File 'lib/aws-sdk-kms/types.rb', line 1165 class CustomKeyStoreHasCMKsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |