Class: Aws::EntityResolution::Types::FailedRecord

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

Overview

The record that didn't generate a Match ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

The error message for the record that didn't generate a Match ID.

Returns:

  • (String)


776
777
778
779
780
781
782
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 776

class FailedRecord < Struct.new(
  :input_source_arn,
  :unique_id,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#input_source_arnString

The input source ARN of the record that didn't generate a Match ID.

Returns:

  • (String)


776
777
778
779
780
781
782
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 776

class FailedRecord < Struct.new(
  :input_source_arn,
  :unique_id,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#unique_idString

The unique ID of the record that didn't generate a Match ID.

Returns:

  • (String)


776
777
778
779
780
781
782
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 776

class FailedRecord < Struct.new(
  :input_source_arn,
  :unique_id,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end