Class: Aws::RDSDataService::Errors::NotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NotFoundException.

Parameters:



104
105
106
# File 'lib/aws-sdk-rdsdataservice/errors.rb', line 104

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

Instance Method Details

#messageString

Returns:

  • (String)


109
110
111
# File 'lib/aws-sdk-rdsdataservice/errors.rb', line 109

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