1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
It may be a bug in boto3, so it might be better to report it as an issue on GitHub.
https://github.com/boto/boto3/issues
By the way, was it possible to get it in older versions?
For example, try using the previous version and see if you can get it.
By the way, looking at the changelog below, it seems that "FaceOccluded" was added from version "1.26.127", so please make sure to check if you are using this version or a later one to be safe.
https://github.com/boto/boto3/blob/develop/CHANGELOG.rst
Relevant content
asked 2 years ago
asked a year ago
asked 7 years ago
- AWS OFFICIALUpdated 4 months ago

Nope, it's an issue with the API, using the CLI doesn't work either: The following command:
Returns the following error:
An error occurred (InvalidParameterException) when calling the IndexFaces operation: Incompatible face attribute name: FACE_OCCLUDEDAnd if I use
--detection-attributes "ALL", I get the following reponse (missing "FACE_OCCLUDED"): https://pastebin.com/RP4YamgMThis is my aws-cli version: