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