WorkflowExecutionCanceledEventAttributes
public struct WorkflowExecutionCanceledEventAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution decision for this cancellation request. 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 cancellation.
Declaration
Swift
public let details: String?
-
Undocumented
Declaration
Swift
public init(decisionTaskCompletedEventId: Int64, details: String? = nil)