Class: Aws::States::Types::ExecutionTimedOutEventDetails

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

Overview

Contains details about the execution timeout that occurred during the execution.

Instance Attribute Summary collapse

Instance Attribute Details

#causeString

A more detailed explanation of the cause of the timeout.

Returns:

  • (String)


716
717
718
719
720
# File 'lib/aws-sdk-states/types.rb', line 716

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

#errorString

The error code of the failure.

Returns:

  • (String)


716
717
718
719
720
# File 'lib/aws-sdk-states/types.rb', line 716

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