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

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

Overview

This exception occurs when there is an internal failure in the Entity Resolution service. HTTP Status Code: 500

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1665
1666
1667
1668
1669
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1665

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