Class: Aws::Lex::Types::BadGatewayException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lex/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

#messageString

Returns:

  • (String)


74
75
76
77
78
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 74

class BadGatewayException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end