Class: Aws::RDSDataService::Errors::DatabaseNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DatabaseNotFoundException.

Parameters:



102
103
104
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/errors.rb', line 102

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

Instance Method Details

#messageString

Returns:

  • (String)


107
108
109
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/errors.rb', line 107

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