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
2485 2486 2487 2488 2489 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2485 class KmsKeyDisabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |