sfn_stop_execution {paws.application.integration} | R Documentation |
Stops an execution
Description
Stops an execution.
See https://www.paws-r-sdk.com/docs/sfn_stop_execution/ for full documentation.
Usage
sfn_stop_execution(executionArn, error = NULL, cause = NULL)
Arguments
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. |
[Package paws.application.integration version 0.9.0 Index]