Class: Aws::TranscribeStreamingService::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeStreamingService::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribestreamingservice/types.rb
Overview
Your client has exceeded one of the Amazon Transcribe limits. This is typically the audio length limit. Break your audio stream into smaller chunks and try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
- #message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
484 485 486 |
# File 'lib/aws-sdk-transcribestreamingservice/types.rb', line 484 def event_type @event_type end |
#message ⇒ String
484 485 486 487 488 489 |
# File 'lib/aws-sdk-transcribestreamingservice/types.rb', line 484 class LimitExceededException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |