StepStatus
public struct StepStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The details for the step failure including reason, message, and log file path where the root cause was identified.
Declaration
Swift
public let failureDetails: FailureDetails? -
The execution state of the cluster step.
Declaration
Swift
public let state: StepState? -
The reason for the step execution status change.
Declaration
Swift
public let stateChangeReason: StepStateChangeReason? -
The timeline of the cluster step status over time.
Declaration
Swift
public let timeline: StepTimeline? -
Undocumented
Declaration
Swift
public init(failureDetails: FailureDetails? = nil, state: StepState? = nil, stateChangeReason: StepStateChangeReason? = nil, timeline: StepTimeline? = nil)
View on GitHub
StepStatus Structure Reference