Class: Aws::LexModelBuildingService::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::InternalFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
An internal Amazon Lex error occurred. Try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2486 2487 2488 2489 2490 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2486 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |