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

Provides details of the ChildWorkflowExecutionFailed event.

Declaration Syntax
C#
public class ChildWorkflowExecutionFailedEventAttributes
Members
All MembersConstructorsMethodsProperties



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

Details
The details of the failure (if provided).

Constraints:

Length
0 - 32768


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.)
InitiatedEventId
The id of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecutionDecision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Reason
The reason for the failure (if provided).

Constraints:

Length
0 - 256


StartedEventId
The Id of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

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

WithInitiatedEventId(Int64) Obsolete.
Sets the InitiatedEventId property

WithReason(String) Obsolete.
Sets the Reason property

WithStartedEventId(Int64) Obsolete.
Sets the StartedEventId property

WithWorkflowExecution(WorkflowExecution) Obsolete.
Sets the WorkflowExecution property

WithWorkflowType(WorkflowType) Obsolete.
Sets the WorkflowType property

WorkflowExecution
The child workflow execution that failed.

WorkflowType
The type of the child workflow execution.

Inheritance Hierarchy
Object
ChildWorkflowExecutionFailedEventAttributes

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