Class: Aws::Odb::Types::ValidationExceptionField

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

Overview

The input failed to meet the constraints specified by the service in a specified field. Make sure you provided the correct input and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The description of the error.

Returns:

  • (String)


5127
5128
5129
5130
5131
5132
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5127

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

#nameString

The field name for which validation failed.

Returns:

  • (String)


5127
5128
5129
5130
5131
5132
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5127

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