Class: Aws::RDSDataService::Errors::TransactionNotFoundException

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) ⇒ TransactionNotFoundException

Returns a new instance of TransactionNotFoundException.

Parameters:



242
243
244
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/errors.rb', line 242

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

Instance Method Details

#messageString

Returns:

  • (String)


247
248
249
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/errors.rb', line 247

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