Class: Aws::States::Types::ExecutionFailedEventDetails

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

Overview

Contains details about an execution failure event.

Instance Attribute Summary collapse

Instance Attribute Details

#causeString

A more detailed explanation of the cause of the failure.

Returns:

  • (String)


615
616
617
618
619
# File 'lib/aws-sdk-states/types.rb', line 615

class ExecutionFailedEventDetails < Struct.new(
  :error,
  :cause)
  include Aws::Structure
end

#errorString

The error code of the failure.

Returns:

  • (String)


615
616
617
618
619
# File 'lib/aws-sdk-states/types.rb', line 615

class ExecutionFailedEventDetails < Struct.new(
  :error,
  :cause)
  include Aws::Structure
end