:doc:`ControlTower <../../controltower>` / Client / reset_enabled_control

*********************
reset_enabled_control
*********************



.. py:method:: ControlTower.Client.reset_enabled_control(**kwargs)

  

  Resets an enabled control. Does not work for controls implemented with SCPs.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/controltower-2018-05-10/ResetEnabledControl>`_  


  **Request Syntax**
  ::

    response = client.reset_enabled_control(
        enabledControlIdentifier='string'
    )
    
  :type enabledControlIdentifier: string
  :param enabledControlIdentifier: **[REQUIRED]** 

    The ARN of the enabled control to be reset.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'operationIdentifier': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **operationIdentifier** *(string) --* 

        The operation identifier for this ``ResetEnabledControl`` operation.

        
  
  **Exceptions**
  
  *   :py:class:`ControlTower.Client.exceptions.ConflictException`

  
  *   :py:class:`ControlTower.Client.exceptions.ValidationException`

  
  *   :py:class:`ControlTower.Client.exceptions.ServiceQuotaExceededException`

  
  *   :py:class:`ControlTower.Client.exceptions.InternalServerException`

  
  *   :py:class:`ControlTower.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`ControlTower.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ControlTower.Client.exceptions.ThrottlingException`

  