Provides details of the WorkflowExecutionFailed event.

コード例 #1
0
ファイル: HistoryEvent.cs プロジェクト: rguarino4/aws-sdk-net
 public HistoryEvent WithWorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes workflowExecutionFailedEventAttributes)
 {
     this.workflowExecutionFailedEventAttributes = workflowExecutionFailedEventAttributes;
     return this;
 }