Class: Aws::Lex::Types::RequestTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lex::Types::RequestTimeoutException
- 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
#message ⇒ String
1545 1546 1547 1548 1549 |
# File 'lib/aws-sdk-lex/types.rb', line 1545 class RequestTimeoutException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |