WorkflowExecutionFailedEventAttributes

public struct WorkflowExecutionFailedEventAttributes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

    Declaration

    Swift

    public let decisionTaskCompletedEventId: Int64
  • The details of the failure.

    Declaration

    Swift

    public let details: String?
  • The descriptive reason provided for the failure.

    Declaration

    Swift

    public let reason: String?
  • Undocumented

    Declaration

    Swift

    public init(decisionTaskCompletedEventId: Int64, details: String? = nil, reason: String? = nil)