Amazon.SimpleWorkflow.Model.HistoryEvent.IsSetWorkflowExecutionFailedEventAttributes C# (CSharp) Method

IsSetWorkflowExecutionFailedEventAttributes() private method

private IsSetWorkflowExecutionFailedEventAttributes ( ) : bool
return bool
        internal bool IsSetWorkflowExecutionFailedEventAttributes()
        {
            return this.workflowExecutionFailedEventAttributes != null;
        }
HistoryEvent