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
8883 8884 8885 8886 8887 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8883 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |