Class: Aws::DocDBElastic::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::ValidationExceptionField
- 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
-
#message ⇒ String
An error message describing the validation exception in this field.
-
#name ⇒ String
The name of the field where the validation exception occurred.
Instance Attribute Details
#message ⇒ String
An error message describing the validation exception in this field.
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 |
#name ⇒ String
The name of the field where the validation exception occurred.
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 |