Class: Aws::CloudWatch::Errors::DashboardNotFoundError Deprecated
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::CloudWatch::Errors::DashboardNotFoundError
- Defined in:
- lib/aws-sdk-cloudwatch/errors.rb,
sig/errors.rbs
Overview
Deprecated.
This error class is not used during parsing.
Please use ResourceNotFound instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DashboardNotFoundError
constructor
A new instance of DashboardNotFoundError.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DashboardNotFoundError
Returns a new instance of DashboardNotFoundError.
117 118 119 |
# File 'lib/aws-sdk-cloudwatch/errors.rb', line 117 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
122 |
# File 'lib/aws-sdk-cloudwatch/errors.rb', line 122
def message: () -> ::String
|