Class: Aws::EntityResolution::Types::DeleteUniqueIdError

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

Overview

The Delete Unique Id error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_typeString

The error type for the batch delete unique ID operation.

Returns:

  • (String)


700
701
702
703
704
705
# File 'lib/aws-sdk-entityresolution/types.rb', line 700

class DeleteUniqueIdError < Struct.new(
  :error_type,
  :unique_id)
  SENSITIVE = []
  include Aws::Structure
end

#unique_idString

The unique ID that could not be deleted.

Returns:

  • (String)


700
701
702
703
704
705
# File 'lib/aws-sdk-entityresolution/types.rb', line 700

class DeleteUniqueIdError < Struct.new(
  :error_type,
  :unique_id)
  SENSITIVE = []
  include Aws::Structure
end