Class: Aws::Rekognition::Errors::ServiceQuotaExceededException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Rekognition::Errors::ServiceQuotaExceededException
 
 
- Defined in:
 - lib/aws-sdk-rekognition/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ServiceQuotaExceededException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ServiceQuotaExceededException.
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
      270 271 272  | 
    
      # File 'lib/aws-sdk-rekognition/errors.rb', line 270 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  |