Class: Aws::CloudWatch::Errors::KmsKeyDisabledException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-cloudwatch/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KmsKeyDisabledException

Returns a new instance of KmsKeyDisabledException.

Parameters:



230
231
232
# File 'lib/aws-sdk-cloudwatch/errors.rb', line 230

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


235
# File 'lib/aws-sdk-cloudwatch/errors.rb', line 235

def message: () -> ::String