:doc:`GlueDataBrew <../../databrew>` / Client / stop_job_run

************
stop_job_run
************



.. py:method:: GlueDataBrew.Client.stop_job_run(**kwargs)

  

  Stops a particular run of a job.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/StopJobRun>`_  


  **Request Syntax**
  ::

    response = client.stop_job_run(
        Name='string',
        RunId='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the job to be stopped.

    

  
  :type RunId: string
  :param RunId: **[REQUIRED]** 

    The ID of the job run to be stopped.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **RunId** *(string) --* 

        The ID of the job run that you stopped.

        
  
  **Exceptions**
  
  *   :py:class:`GlueDataBrew.Client.exceptions.ResourceNotFoundException`

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

  