Class: Aws::Types::UnsuccessfulFaceDeletion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#face_id::String

Returns the value of attribute face_id.

Returns:

  • (::String)


2073
2074
2075
# File 'sig/types.rbs', line 2073

def face_id
  @face_id
end

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

Returns the value of attribute reasons.

Returns:

  • (::Array[("ASSOCIATED_TO_AN_EXISTING_USER" | "FACE_NOT_FOUND")])


2075
2076
2077
# File 'sig/types.rbs', line 2075

def reasons
  @reasons
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


2074
2075
2076
# File 'sig/types.rbs', line 2074

def user_id
  @user_id
end