Class: Aws::InternetMonitor::Errors::NotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NotFoundException.

Parameters:



151
152
153
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/errors.rb', line 151

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

Instance Method Details

#messageString

Returns:

  • (String)


156
157
158
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/errors.rb', line 156

def message
  @message || @data[:message]
end