Class: Aws::DocDBElastic::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
A structure defining a validation exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of the fields in which the validation exception occurred.
-
#message ⇒ String
An error message describing the validation exception.
-
#reason ⇒ String
The reason why the validation exception occurred (one of ‘unknownOperation`, `cannotParse`, `fieldValidationFailed`, or `other`).
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of the fields in which the validation exception occurred.
1371 1372 1373 1374 1375 1376 1377 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1371 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
An error message describing the validation exception.
1371 1372 1373 1374 1375 1376 1377 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1371 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason why the validation exception occurred (one of ‘unknownOperation`, `cannotParse`, `fieldValidationFailed`, or `other`).
1371 1372 1373 1374 1375 1376 1377 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1371 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |