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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2005
2006
2007
2008
2009
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2005

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