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)


2010
2011
2012
2013
2014
# File 'lib/aws-sdk-transcribeservice/types.rb', line 2010

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