class Aws::States::Types::StopExecutionInput

@note When making an API call, you may pass StopExecutionInput

data as a hash:

    {
      execution_arn: "Arn", # required
      error: "SensitiveError",
      cause: "SensitiveCause",
    }

@!attribute [rw] execution_arn

The Amazon Resource Name (ARN) of the execution to stop.
@return [String]

@!attribute [rw] error

The error code of the failure.
@return [String]

@!attribute [rw] cause

A more detailed explanation of the cause of the failure.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/StopExecutionInput AWS API Documentation

Constants

SENSITIVE