Method: Aws::NetworkMonitor::Errors::ResourceNotFoundException#initialize

Defined in:
lib/aws-sdk-networkmonitor/errors.rb

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

Returns a new instance of ResourceNotFoundException.

Parameters:

  • (defaults to: Aws::EmptyStructure.new)


98
99
100
# File 'lib/aws-sdk-networkmonitor/errors.rb', line 98

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