Class: Aws::TranscribeService::Types::LimitExceededException

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

#messageString

Returns:

  • (String)


2079
2080
2081
2082
2083
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 2079

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