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

Provides details of the DecisionTaskTimedOut event.

Declaration Syntax
C#
public class DecisionTaskTimedOutEventAttributes
Members
All MembersConstructorsMethodsProperties



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

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 DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskStarted event recorded when this decision 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 timeout that expired before the decision task could be completed.

Constraints:

Allowed Values
START_TO_CLOSE


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithScheduledEventId(Int64) Obsolete.
Sets the ScheduledEventId property

WithStartedEventId(Int64) Obsolete.
Sets the StartedEventId property

WithTimeoutType(String) Obsolete.
Sets the TimeoutType property

Inheritance Hierarchy
Object
DecisionTaskTimedOutEventAttributes

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