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

Provides details of the ScheduleActivityTaskFailed event.

Declaration Syntax
C#
public class ScheduleActivityTaskFailedEventAttributes
Members
All MembersConstructorsMethodsProperties



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

ActivityId
The activityId provided in the ScheduleActivityTask decision that failed.

Constraints:

Length
1 - 256


ActivityType
The activity type provided in the ScheduleActivityTask decision that failed.

Cause
The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes.
Note:
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

Constraints:

Allowed Values
ACTIVITY_TYPE_DEPRECATED, ACTIVITY_TYPE_DOES_NOT_EXIST, ACTIVITY_ID_ALREADY_IN_USE, OPEN_ACTIVITIES_LIMIT_EXCEEDED, ACTIVITY_CREATION_RATE_EXCEEDED, DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED, DEFAULT_TASK_LIST_UNDEFINED, DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED, DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED, DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED, OPERATION_NOT_PERMITTED


DecisionTaskCompletedEventId
The id of the DecisionTaskCompleted event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

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.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithActivityId(String) Obsolete.
Sets the ActivityId property

WithActivityType(ActivityType) Obsolete.
Sets the ActivityType property

WithCause(String) Obsolete.
Sets the Cause property

WithDecisionTaskCompletedEventId(Int64) Obsolete.
Sets the DecisionTaskCompletedEventId property

Inheritance Hierarchy
Object
ScheduleActivityTaskFailedEventAttributes

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