Class: Aws::LexModelsV2::Types::InternalServerException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::InternalServerException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
The service encountered an unexpected condition. Try your request again.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      8515 8516 8517 8518 8519  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8515 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |