Class: Aws::DocDBElastic::Types::ValidationExceptionField

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-docdbelastic/types.rb

Overview

A specific field in which a given validation exception occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

An error message describing the validation exception in this field.

Returns:

  • (String)


1391
1392
1393
1394
1395
1396
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1391

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

#nameString

The name of the field where the validation exception occurred.

Returns:

  • (String)


1391
1392
1393
1394
1395
1396
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1391

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