Class: Aws::Lex::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lex::Types::InternalFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lex/types.rb
Overview
Internal service error. Retry the call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
518 519 520 521 522 |
# File 'lib/aws-sdk-lex/types.rb', line 518 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |