GetDeploymentStatusResponse
public struct GetDeploymentStatusResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The status of the deployment: “InProgress”, “Building”, “Success”, or “Failure”.
Declaration
Swift
public let deploymentStatus: String? -
The type of the deployment.
Declaration
Swift
public let deploymentType: DeploymentType? -
Error details
Declaration
Swift
public let errorDetails: [ErrorDetail]? -
Error message
Declaration
Swift
public let errorMessage: String? -
The time, in milliseconds since the epoch, when the deployment status was updated.
Declaration
Swift
public let updatedAt: String? -
Undocumented
Declaration
Swift
public init(deploymentStatus: String? = nil, deploymentType: DeploymentType? = nil, errorDetails: [ErrorDetail]? = nil, errorMessage: String? = nil, updatedAt: String? = nil)
View on GitHub
GetDeploymentStatusResponse Structure Reference