:doc:`EMR <../../emr>` / Client / stop_notebook_execution

***********************
stop_notebook_execution
***********************



.. py:method:: EMR.Client.stop_notebook_execution(**kwargs)

  

  Stops a notebook execution.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/StopNotebookExecution>`_  


  **Request Syntax**
  ::

    response = client.stop_notebook_execution(
        NotebookExecutionId='string'
    )
    
  :type NotebookExecutionId: string
  :param NotebookExecutionId: **[REQUIRED]** 

    The unique identifier of the notebook execution.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`EMR.Client.exceptions.InternalServerError`

  
  *   :py:class:`EMR.Client.exceptions.InvalidRequestException`

  