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

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1961
1962
1963
1964
1965
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1961

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