Class: Aws::CloudWatch::Types::KmsKeyDisabledException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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