Class: Aws::Odb::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ValidationException
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
The request has failed validation because it is missing required fields or has invalid inputs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields that failed validation.
-
#message ⇒ String
-
#reason ⇒ String
The reason why the validation failed.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields that failed validation.
5105 5106 5107 5108 5109 5110 5111 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5105 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
5105 5106 5107 5108 5109 5110 5111 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5105 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason why the validation failed.
5105 5106 5107 5108 5109 5110 5111 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5105 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |