Class: Aws::EntityResolution::Types::FailedRecord
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::FailedRecord
- 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
-
#error_message ⇒ String
The error message for the record that didn't generate a Match ID.
-
#input_source_arn ⇒ String
The input source ARN of the record that didn't generate a Match ID.
-
#unique_id ⇒ String
The unique ID of the record that didn't generate a Match ID.
Instance Attribute Details
#error_message ⇒ String
The error message for the record that didn't generate a Match ID.
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_arn ⇒ String
The input source ARN of the record that didn't generate a Match ID.
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_id ⇒ String
The unique ID of the record that didn't generate a Match ID.
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 |