Class: Aws::CloudWatch::Errors::KmsKeyDisabledException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::CloudWatch::Errors::KmsKeyDisabledException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-cloudwatch/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KmsKeyDisabledException
constructor
A new instance of KmsKeyDisabledException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KmsKeyDisabledException
Returns a new instance of KmsKeyDisabledException.
230 231 232 |
# File 'lib/aws-sdk-cloudwatch/errors.rb', line 230 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
235 |
# File 'lib/aws-sdk-cloudwatch/errors.rb', line 235
def message: () -> ::String
|