BuildNotDeleted
public struct BuildNotDeleted : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the build that could not be successfully deleted.
Declaration
Swift
public let id: String?
-
Additional information about the build that could not be successfully deleted.
Declaration
Swift
public let statusCode: String?
-
Undocumented
Declaration
Swift
public init(id: String? = nil, statusCode: String? = nil)