Class: Aws::Lex::Types::BadGatewayException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lex::Types::BadGatewayException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lex/types.rb
Overview
Either the Amazon Lex bot is still building, or one of the dependent services (Amazon Polly, AWS Lambda) failed with an internal service error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
74 75 76 77 78 |
# File 'lib/aws-sdk-lex/types.rb', line 74 class BadGatewayException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |