class Aws::SWF::Types::ActivityTaskTimedOutEventAttributes
Provides the details of the `ActivityTaskTimedOut` event.
@!attribute [rw] timeout_type
The type of the timeout that caused this event. @return [String]
@!attribute [rw] scheduled_event_id
The ID of the `ActivityTaskScheduled` event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. @return [Integer]
@!attribute [rw] started_event_id
The ID of the `ActivityTaskStarted` event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. @return [Integer]
@!attribute [rw] details
Contains the content of the `details` parameter for the last call made by the activity to `RecordActivityTaskHeartbeat`. @return [String]
Constants
- SENSITIVE