paws.application.integration (version 0.1.0)

sfn_stop_execution: Stops an execution

Description

Stops an execution.

Usage

sfn_stop_execution(executionArn, error, cause)

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.

Request syntax

svc$stop_execution(
  executionArn = "string",
  error = "string",
  cause = "string"
)