Class: Aws::Rekognition::Types::UnsuccessfulFaceDeletion

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Overview

Contains metadata like FaceId, UserID, and Reasons, for a face that was unsuccessfully deleted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#face_idString

A unique identifier assigned to the face.

Returns:

  • (String)


8088
8089
8090
8091
8092
8093
8094
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 8088

class UnsuccessfulFaceDeletion < Struct.new(
  :face_id,
  :user_id,
  :reasons)
  SENSITIVE = []
  include Aws::Structure
end

#reasonsArray<String>

The reason why the deletion was unsuccessful.

Returns:

  • (Array<String>)


8088
8089
8090
8091
8092
8093
8094
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 8088

class UnsuccessfulFaceDeletion < Struct.new(
  :face_id,
  :user_id,
  :reasons)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

A provided ID for the UserID. Unique within the collection.

Returns:

  • (String)


8088
8089
8090
8091
8092
8093
8094
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 8088

class UnsuccessfulFaceDeletion < Struct.new(
  :face_id,
  :user_id,
  :reasons)
  SENSITIVE = []
  include Aws::Structure
end