Class: Aws::Lex::Errors::LoopDetectedException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::Lex::Errors::LoopDetectedException
 
- Defined in:
- gems/aws-sdk-lex/lib/aws-sdk-lex/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ LoopDetectedException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of LoopDetectedException. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LoopDetectedException
Returns a new instance of LoopDetectedException.
| 148 149 150 | # File 'gems/aws-sdk-lex/lib/aws-sdk-lex/errors.rb', line 148 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 153 154 155 | # File 'gems/aws-sdk-lex/lib/aws-sdk-lex/errors.rb', line 153 def @message || @data[:message] end |