Class: Aws::RDSDataService::Errors::TransactionNotFoundException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::RDSDataService::Errors::TransactionNotFoundException
 
- Defined in:
- lib/aws-sdk-rdsdataservice/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ TransactionNotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TransactionNotFoundException. 
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TransactionNotFoundException
Returns a new instance of TransactionNotFoundException.
| 258 259 260 | # File 'lib/aws-sdk-rdsdataservice/errors.rb', line 258 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 263 264 265 | # File 'lib/aws-sdk-rdsdataservice/errors.rb', line 263 def @message || @data[:message] end |