Stop Notebook Execution
emr_stop_notebook_execution | R Documentation |
Stops a notebook execution¶
Description¶
Stops a notebook execution.
Usage¶
emr_stop_notebook_execution(NotebookExecutionId)
Arguments¶
NotebookExecutionId |
[required] The unique identifier of the notebook execution. |
Value¶
An empty list.
Request syntax¶
svc$stop_notebook_execution(
NotebookExecutionId = "string"
)