Class: Aws::EntityResolution::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::InternalServerException
- 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
#message ⇒ 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 |