Class: Aws::EntityResolution::Types::DeleteUniqueIdError
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::DeleteUniqueIdError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
The Delete Unique Id error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_type ⇒ String
The error type for the batch delete unique ID operation.
-
#unique_id ⇒ String
The unique ID that could not be deleted.
Instance Attribute Details
#error_type ⇒ String
The error type for the batch delete unique ID operation.
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_id ⇒ String
The unique ID that could not be deleted.
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 |