TimerCanceledEventAttributes
Provides the details of the TimerCanceled
event.
Contents
- decisionTaskCompletedEventId
-
The ID of the
DecisionTaskCompleted
event corresponding to the decision task that resulted in theCancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.Type: Long
Required: Yes
- startedEventId
-
The ID of the
TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.Type: Long
Required: Yes
- timerId
-
The unique ID of the timer that was canceled.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: