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