StepStateChangeReason
public struct StepStateChangeReason : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
Declaration
Swift
public let code: StepStateChangeReasonCode? -
The descriptive message for the state change reason.
Declaration
Swift
public let message: String? -
Undocumented
Declaration
Swift
public init(code: StepStateChangeReasonCode? = nil, message: String? = nil)
View on GitHub
StepStateChangeReason Structure Reference