Class: Aws::CloudWatch::Errors::DashboardNotFoundError Deprecated

Inherits:
ServiceError
  • Object
show all
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

Constructor Details

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

Returns a new instance of DashboardNotFoundError.

Parameters:



117
118
119
# File 'lib/aws-sdk-cloudwatch/errors.rb', line 117

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

Instance Method Details

#messageString

Returns:

  • (String)


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

def message: () -> ::String