AWS SDK for .NET Documentation
ActivityTaskTimedOutEventAttributes Class
AmazonAmazon.SimpleWorkflow.ModelActivityTaskTimedOutEventAttributes Did this page help you?   Yes   No    Tell us about it...

Provides details of the ActivityTaskTimedOut event.

Declaration Syntax
C#
public class ActivityTaskTimedOutEventAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ActivityTaskTimedOutEventAttributes()()()()
Initializes a new instance of the ActivityTaskTimedOutEventAttributes class

Details
Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.

Constraints:

Length
0 - 2048


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ScheduledEventId
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.

StartedEventId
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.

TimeoutType
The type of the timeout that caused this event.

Constraints:

Allowed Values
START_TO_CLOSE, SCHEDULE_TO_START, SCHEDULE_TO_CLOSE, HEARTBEAT


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDetails(String) Obsolete.
Sets the Details property

WithScheduledEventId(Int64) Obsolete.
Sets the ScheduledEventId property

WithStartedEventId(Int64) Obsolete.
Sets the StartedEventId property

WithTimeoutType(String) Obsolete.
Sets the TimeoutType property

Inheritance Hierarchy
Object
ActivityTaskTimedOutEventAttributes

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)