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