Class: Aws::Rekognition::Types::DisassociateFacesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DisassociateFacesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disassociated_faces ⇒ Array<Types::DisassociatedFace>
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned.
-
#unsuccessful_face_disassociations ⇒ Array<Types::UnsuccessfulFaceDisassociation>
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate.
-
#user_status ⇒ String
The status of an update made to a User.
Instance Attribute Details
#disassociated_faces ⇒ Array<Types::DisassociatedFace>
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
2630 2631 2632 2633 2634 2635 2636 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2630 class DisassociateFacesResponse < Struct.new( :disassociated_faces, :unsuccessful_face_disassociations, :user_status) SENSITIVE = [] include Aws::Structure end |
#unsuccessful_face_disassociations ⇒ Array<Types::UnsuccessfulFaceDisassociation>
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.
2630 2631 2632 2633 2634 2635 2636 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2630 class DisassociateFacesResponse < Struct.new( :disassociated_faces, :unsuccessful_face_disassociations, :user_status) SENSITIVE = [] include Aws::Structure end |
#user_status ⇒ String
The status of an update made to a User. Reflects if the User has been updated for every requested change.
2630 2631 2632 2633 2634 2635 2636 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2630 class DisassociateFacesResponse < Struct.new( :disassociated_faces, :unsuccessful_face_disassociations, :user_status) SENSITIVE = [] include Aws::Structure end |