Class: Aws::EntityResolution::Types::ErrorDetails

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

Overview

An object containing an error message, if there was an error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

The error message from the job, if there is one.

Returns:

  • (String)


729
730
731
732
733
# File 'lib/aws-sdk-entityresolution/types.rb', line 729

class ErrorDetails < Struct.new(
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end