Class: Aws::VoiceID::Types::ServiceQuotaExceededException

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

Overview

The request exceeded the service quota. Refer to Voice ID Service Quotas and try your request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1705
1706
1707
1708
1709
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1705

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