Class: Aws::Lex::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lex::Types::InternalFailureException
- Defined in:
- gems/aws-sdk-lex/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 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 518 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |