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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/lib/aws-sdk-states/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:error, :cause]

Instance Attribute Summary collapse

Instance Attribute Details

#causeString

A more detailed explanation of the cause of the failure.

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3690

class StopExecutionInput < Struct.new(
  :execution_arn,
  :error,
  :cause)
  SENSITIVE = [:error, :cause]
  include Aws::Structure
end

#errorString

The error code of the failure.

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3690

class StopExecutionInput < Struct.new(
  :execution_arn,
  :error,
  :cause)
  SENSITIVE = [:error, :cause]
  include Aws::Structure
end

#execution_arnString

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

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3690

class StopExecutionInput < Struct.new(
  :execution_arn,
  :error,
  :cause)
  SENSITIVE = [:error, :cause]
  include Aws::Structure
end