Class: Aws::EntityResolution::Types::ValidationException

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

Overview

The input fails to satisfy the constraints specified by Entity Resolution. HTTP Status Code: 400

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3051
3052
3053
3054
3055
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3051

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