Provides details of a notebook execution.
emr_describe_notebook_execution(NotebookExecutionId)
A list with the following syntax:
list(
NotebookExecution = list(
NotebookExecutionId = "string",
EditorId = "string",
ExecutionEngine = list(
Id = "string",
Type = "EMR",
MasterInstanceSecurityGroupId = "string"
),
NotebookExecutionName = "string",
NotebookParams = "string",
Status = "START_PENDING"|"STARTING"|"RUNNING"|"FINISHING"|"FINISHED"|"FAILING"|"FAILED"|"STOP_PENDING"|"STOPPING"|"STOPPED",
StartTime = as.POSIXct(
"2015-01-01"
),
EndTime = as.POSIXct(
"2015-01-01"
),
Arn = "string",
OutputNotebookURI = "string",
LastStateChangeReason = "string",
NotebookInstanceSecurityGroupId = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
)
[required] The unique identifier of the notebook execution.
svc$describe_notebook_execution(
NotebookExecutionId = "string"
)