Class: Aws::VoiceID::Types::ServiceQuotaExceededException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::VoiceID::Types::ServiceQuotaExceededException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-voiceid/types.rb
 
Overview
The request exceeded the service quota. Refer to [Voice ID Service Quotas] and try your request again.
[1]: docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#voiceid-quotas
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1705 1706 1707 1708 1709  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 1705 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |