Learn R Programming

paws.analytics (version 0.1.11)

emr_stop_notebook_execution: 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"
)