Class: Aws::CodeDeploy::Errors::ThrottlingException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::CodeDeploy::Errors::ThrottlingException
 
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ThrottlingException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ThrottlingException. 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
| 1255 1256 1257 | # File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/errors.rb', line 1255 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |