PhaseContext
public struct PhaseContext : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An explanation of the build phase’s context. This might include a command ID and an exit code.
Declaration
Swift
public let message: String?
-
The status code for the context of the build phase.
Declaration
Swift
public let statusCode: String?
-
Undocumented
Declaration
Swift
public init(message: String? = nil, statusCode: String? = nil)