Module: Aws::Rekognition::Client::_DisassociateFacesResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DisassociateFacesResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#disassociated_faces::Array[Types::DisassociatedFace]

Returns:



571
# File 'sig/client.rbs', line 571

def disassociated_faces: () -> ::Array[Types::DisassociatedFace]

#unsuccessful_face_disassociations::Array[Types::UnsuccessfulFaceDisassociation]



572
# File 'sig/client.rbs', line 572

def unsuccessful_face_disassociations: () -> ::Array[Types::UnsuccessfulFaceDisassociation]

#user_status"ACTIVE", ...

Returns:

  • ("ACTIVE", "UPDATING", "CREATING", "CREATED")


573
# File 'sig/client.rbs', line 573

def user_status: () -> ("ACTIVE" | "UPDATING" | "CREATING" | "CREATED")