Class: Aws::Types::UnsuccessfulFaceDisassociation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#face_id::String

Returns the value of attribute face_id.



2080
2081
2082
# File 'sig/types.rbs', line 2080

def face_id
  @face_id
end

#reasons::Array[("FACE_NOT_FOUND" | "ASSOCIATED_TO_A_DIFFERENT_USER")]

Returns the value of attribute reasons.



2082
2083
2084
# File 'sig/types.rbs', line 2082

def reasons
  @reasons
end

#user_id::String

Returns the value of attribute user_id.



2081
2082
2083
# File 'sig/types.rbs', line 2081

def user_id
  @user_id
end