Class: Aws::States::Types::TaskTimedOutEventDetails

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

Overview

Contains details about a resource timeout that occurred during an execution.

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)


4048
4049
4050
4051
4052
4053
4054
4055
# File 'lib/aws-sdk-states/types.rb', line 4048

class TaskTimedOutEventDetails < Struct.new(
  :resource_type,
  :resource,
  :error,
  :cause)
  SENSITIVE = [:error, :cause]
  include Aws::Structure
end

#errorString

The error code of the failure.

Returns:

  • (String)


4048
4049
4050
4051
4052
4053
4054
4055
# File 'lib/aws-sdk-states/types.rb', line 4048

class TaskTimedOutEventDetails < Struct.new(
  :resource_type,
  :resource,
  :error,
  :cause)
  SENSITIVE = [:error, :cause]
  include Aws::Structure
end

#resourceString

The action of the resource called by a task state.

Returns:

  • (String)


4048
4049
4050
4051
4052
4053
4054
4055
# File 'lib/aws-sdk-states/types.rb', line 4048

class TaskTimedOutEventDetails < Struct.new(
  :resource_type,
  :resource,
  :error,
  :cause)
  SENSITIVE = [:error, :cause]
  include Aws::Structure
end

#resource_typeString

The service name of the resource in a task state.

Returns:

  • (String)


4048
4049
4050
4051
4052
4053
4054
4055
# File 'lib/aws-sdk-states/types.rb', line 4048

class TaskTimedOutEventDetails < Struct.new(
  :resource_type,
  :resource,
  :error,
  :cause)
  SENSITIVE = [:error, :cause]
  include Aws::Structure
end