:doc:`AugmentedAIRuntime <../../sagemaker-a2i-runtime>` / Client / stop_human_loop

***************
stop_human_loop
***************



.. py:method:: AugmentedAIRuntime.Client.stop_human_loop(**kwargs)

  

  Stops the specified human loop.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-a2i-runtime-2019-11-07/StopHumanLoop>`_  


  **Request Syntax**
  ::

    response = client.stop_human_loop(
        HumanLoopName='string'
    )
    
  :type HumanLoopName: string
  :param HumanLoopName: **[REQUIRED]** 

    The name of the human loop that you want to stop.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`AugmentedAIRuntime.Client.exceptions.ValidationException`

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

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

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

  