Class: Aws::PinpointSMSVoiceV2::Types::ServiceQuotaExceededException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::ServiceQuotaExceededException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
The request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #message ⇒ String
 - 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason for the exception.
 
Instance Attribute Details
#message ⇒ String
      5786 5787 5788 5789 5790 5791  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5786 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end  | 
  
#reason ⇒ String
The reason for the exception.
      5786 5787 5788 5789 5790 5791  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5786 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end  |