sfn_stop_execution: Stops an execution

View source: R/sfn_operations.R

sfn_stop_executionR 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.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.