Class: Aws::EntityResolution::Types::InternalServerException

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

Overview

This exception occurs when there is an internal failure in the Entity Resolution service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1771
1772
1773
1774
1775
# File 'lib/aws-sdk-entityresolution/types.rb', line 1771

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