Class: Aws::PartnerCentralAccount::Types::FieldValidationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::FieldValidationError
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Contains information about a field-level validation error that occurred during an operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
A code identifying the specific field validation error.
-
#message ⇒ String
A description of the field validation error.
-
#name ⇒ String
The name of the field that failed validation.
Instance Attribute Details
#code ⇒ String
A code identifying the specific field validation error.
1038 1039 1040 1041 1042 1043 1044 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1038 class FieldValidationError < Struct.new( :name, :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A description of the field validation error.
1038 1039 1040 1041 1042 1043 1044 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1038 class FieldValidationError < Struct.new( :name, :message, :code) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that failed validation.
1038 1039 1040 1041 1042 1043 1044 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1038 class FieldValidationError < Struct.new( :name, :message, :code) SENSITIVE = [] include Aws::Structure end |