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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/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)


726
727
728
729
730
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 726

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