Class: Aws::EntityResolution::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
The input fails to satisfy the constraints specified by Entity Resolution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3740 3741 3742 3743 3744 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 3740 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |