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.
5581 5582 5583 5584 5585 5586 5587 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5581 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
5581 5582 5583 5584 5585 5586 5587 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5581 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason why the validation failed.
5581 5582 5583 5584 5585 5586 5587 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5581 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |