Provides details of the CompleteWorkflowExecutionFailed event.
コード例 #1
0
ファイル: HistoryEvent.cs プロジェクト: rguarino4/aws-sdk-net
 public HistoryEvent WithCompleteWorkflowExecutionFailedEventAttributes(CompleteWorkflowExecutionFailedEventAttributes completeWorkflowExecutionFailedEventAttributes)
 {
     this.completeWorkflowExecutionFailedEventAttributes = completeWorkflowExecutionFailedEventAttributes;
     return this;
 }