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

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


1545
1546
1547
1548
1549
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 1545

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