Class: Aws::EntityResolution::Types::ErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ErrorDetails
- 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
-
#error_message ⇒ String
The error message from the job, if there is one.
Instance Attribute Details
#error_message ⇒ String
The error message from the job, if there is one.
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 |