View source: R/sfn_operations.R
sfn_stop_execution | R Documentation |
Stops an execution.
See https://www.paws-r-sdk.com/docs/sfn_stop_execution/ for full documentation.
sfn_stop_execution(executionArn, error = NULL, cause = NULL)
executionArn |
[required] The Amazon Resource Name (ARN) of the execution to stop. |
error |
The error code of the failure. |
cause |
A more detailed explanation of the cause of the failure. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.