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