You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::States::Types::StopExecutionInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StopExecutionInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#causeString

A more detailed explanation of the cause of the failure.

Returns:

  • (String)

    A more detailed explanation of the cause of the failure.

#errorString

The error code of the failure.

Returns:

  • (String)

    The error code of the failure.

#execution_arnString

The Amazon Resource Name (ARN) of the execution to stop.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the execution to stop.