Class: Aws::CloudWatch::Types::KmsKeyDisabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::KmsKeyDisabledException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
The specified Amazon Web Services Key Management Service (Amazon Web Services KMS) key is disabled or pending deletion. Re-enable the key (or restore it, if it is pending deletion) and retry the operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2476 2477 2478 2479 2480 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2476 class KmsKeyDisabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |