Class: Aws::LexRuntimeV2::Types::BadGatewayException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



162
163
164
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 162

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


162
163
164
165
166
167
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 162

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