AlgorithmStatusItem
public struct AlgorithmStatusItem : 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 algorithm for which the overall status is being reported.
Declaration
Swift
public let name: String
-
The current status.
Declaration
Swift
public let status: DetailedAlgorithmStatus
-
Undocumented
Declaration
Swift
public init(failureReason: String? = nil, name: String, status: DetailedAlgorithmStatus)