StopProjectVersionRequest
public struct StopProjectVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the model version that you want to delete. This operation requires permissions to perform the rekognition:StopProjectVersion action.
Declaration
Swift
public let projectVersionArn: String -
Undocumented
Declaration
Swift
public init(projectVersionArn: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
StopProjectVersionRequest Structure Reference