Class: Aws::Lex::Types::RequestTimeoutException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lex/types.rb

Overview

The input speech is too long.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1543
1544
1545
1546
1547
# File 'lib/aws-sdk-lex/types.rb', line 1543

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