AWSRekognitionDeleteProjectResponse
Objective-C
@interface AWSRekognitionDeleteProjectResponse
Swift
class AWSRekognitionDeleteProjectResponse
-
The current status of the delete project operation.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionProjectStatus status;
Swift
var status: AWSRekognitionProjectStatus { get set }