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.
98 99 100 |
# File 'lib/aws-sdk-networkmonitor/errors.rb', line 98 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |