AWSRekognitionDeleteProjectVersionResponse
Objective-C
@interface AWSRekognitionDeleteProjectVersionResponse
Swift
class AWSRekognitionDeleteProjectVersionResponse
-
The status of the deletion operation.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionProjectVersionStatus status;
Swift
var status: AWSRekognitionProjectVersionStatus { get set }