Class: Aws::SWF::Types::LambdaFunctionTimedOutEventAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::LambdaFunctionTimedOutEventAttributes
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-swf/types.rb
Overview
Provides details of the ‘LambdaFunctionTimedOut` event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scheduled_event_id ⇒ Integer
The ID of the ‘LambdaFunctionScheduled` event that was recorded when this activity task was scheduled.
-
#started_event_id ⇒ Integer
The ID of the ‘ActivityTaskStarted` event that was recorded when this activity task started.
-
#timeout_type ⇒ String
The type of the timeout that caused this event.
Instance Attribute Details
#scheduled_event_id ⇒ Integer
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.
3214 3215 3216 3217 3218 3219 3220 |
# File 'lib/aws-sdk-swf/types.rb', line 3214 class LambdaFunctionTimedOutEventAttributes < Struct.new( :scheduled_event_id, :started_event_id, :timeout_type) SENSITIVE = [] include Aws::Structure end |
#started_event_id ⇒ Integer
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.
3214 3215 3216 3217 3218 3219 3220 |
# File 'lib/aws-sdk-swf/types.rb', line 3214 class LambdaFunctionTimedOutEventAttributes < Struct.new( :scheduled_event_id, :started_event_id, :timeout_type) SENSITIVE = [] include Aws::Structure end |
#timeout_type ⇒ String
The type of the timeout that caused this event.
3214 3215 3216 3217 3218 3219 3220 |
# File 'lib/aws-sdk-swf/types.rb', line 3214 class LambdaFunctionTimedOutEventAttributes < Struct.new( :scheduled_event_id, :started_event_id, :timeout_type) SENSITIVE = [] include Aws::Structure end |