Class: Aws::VoiceID::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb

Overview

The request was denied due to request throttling. Please slow down your request rate. Refer to Amazon Connect Voice ID Service API throttling quotas and try your request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2157
2158
2159
2160
2161
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 2157

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