UnsuccessfulFaceDeletion
Contains metadata like FaceId, UserID, and Reasons, for a face that was unsuccessfully deleted.
Contents
- FaceId
-
A unique identifier assigned to the face.
Type: String
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
Required: No
- Reasons
-
The reason why the deletion was unsuccessful.
Type: Array of strings
Valid Values:
ASSOCIATED_TO_AN_EXISTING_USER | FACE_NOT_FOUND
Required: No
- UserId
-
A provided ID for the UserID. Unique within the collection.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9_.\-:]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: