Class: Aws::LexRuntimeV2::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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



1676
1677
1678
# File 'lib/aws-sdk-lexruntimev2/types.rb', line 1676

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


1676
1677
1678
1679
1680
1681
# File 'lib/aws-sdk-lexruntimev2/types.rb', line 1676

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