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