Class: Aws::LexRuntimeV2::Types::InternalServerException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexRuntimeV2::Types::InternalServerException
 
- Defined in:
- gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #event_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute event_type. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
| 749 750 751 | # File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 749 def event_type @event_type end | 
#message ⇒ String
| 749 750 751 752 753 754 | # File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 749 class InternalServerException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |