Class: Aws::CloudWatchLogs::Errors::ResourceNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-cloudwatchlogs/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



176
177
178
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 176

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