Class: Aws::Types::UnsuccessfulFaceDeletion
- Inherits:
-
Object
- Object
- Aws::Types::UnsuccessfulFaceDeletion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#face_id ⇒ ::String
Returns the value of attribute face_id.
-
#reasons ⇒ ::Array[("ASSOCIATED_TO_AN_EXISTING_USER" | "FACE_NOT_FOUND")]
Returns the value of attribute reasons.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#face_id ⇒ ::String
Returns the value of attribute face_id.
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.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def reasons @reasons end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def user_id @user_id end |