Class: Aws::SWF::Types::LambdaFunctionTimedOutEventAttributes

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

Overview

Provides details of the LambdaFunctionTimedOut event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scheduled_event_idInteger

The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

Returns:

  • (Integer)


2941
2942
2943
2944
2945
2946
2947
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 2941

class LambdaFunctionTimedOutEventAttributes < Struct.new(
  :scheduled_event_id,
  :started_event_id,
  :timeout_type)
  SENSITIVE = []
  include Aws::Structure
end

#started_event_idInteger

The ID of the ActivityTaskStarted event that was recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

Returns:

  • (Integer)


2941
2942
2943
2944
2945
2946
2947
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 2941

class LambdaFunctionTimedOutEventAttributes < Struct.new(
  :scheduled_event_id,
  :started_event_id,
  :timeout_type)
  SENSITIVE = []
  include Aws::Structure
end

#timeout_typeString

The type of the timeout that caused this event.

Returns:

  • (String)


2941
2942
2943
2944
2945
2946
2947
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 2941

class LambdaFunctionTimedOutEventAttributes < Struct.new(
  :scheduled_event_id,
  :started_event_id,
  :timeout_type)
  SENSITIVE = []
  include Aws::Structure
end