Class: Aws::TranscribeService::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribeservice/types.rb
Overview
You’ve either sent too many requests or your input file is too long. Wait before retrying your request, or use a smaller file and try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2079 2080 2081 2082 2083 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 2079 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |