ModelPackageStatusItem
public struct ModelPackageStatusItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
if the overall status is Failed, the reason for the failure.
Declaration
Swift
public let failureReason: String? -
The name of the model package for which the overall status is being reported.
Declaration
Swift
public let name: String -
The current status.
Declaration
Swift
public let status: DetailedModelPackageStatus -
Undocumented
Declaration
Swift
public init(failureReason: String? = nil, name: String, status: DetailedModelPackageStatus)
View on GitHub
ModelPackageStatusItem Structure Reference