Class: Aws::Lambda::Errors::RecursiveInvocationException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Lambda::Errors::RecursiveInvocationException
 
 
- Defined in:
 - lib/aws-sdk-lambda/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ RecursiveInvocationException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of RecursiveInvocationException.
 - #message ⇒ String
 - #type ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RecursiveInvocationException
Returns a new instance of RecursiveInvocationException.
      585 586 587  | 
    
      # File 'lib/aws-sdk-lambda/errors.rb', line 585 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      595 596 597  | 
    
      # File 'lib/aws-sdk-lambda/errors.rb', line 595 def @message || @data[:message] end  | 
  
#type ⇒ String
      590 591 592  | 
    
      # File 'lib/aws-sdk-lambda/errors.rb', line 590 def type @data[:type] end  |