Class: Aws::Odb::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
The input failed to meet the constraints specified by the service in a specified field. Make sure you provided the correct input and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The description of the error.
-
#name ⇒ String
The field name for which validation failed.
Instance Attribute Details
#message ⇒ String
The description of the error.
5127 5128 5129 5130 5131 5132 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5127 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The field name for which validation failed.
5127 5128 5129 5130 5131 5132 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5127 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |