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, orother).
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of the fields in which the validation exception occurred.
1177 1178 1179 1180 1181 1182 1183 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1177 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
An error message describing the validation exception.
1177 1178 1179 1180 1181 1182 1183 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1177 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).
1177 1178 1179 1180 1181 1182 1183 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1177 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |