Class: Aws::PartnerCentralAccount::Types::FieldValidationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::FieldValidationError
- Includes:
- Structure
- Defined in:
- 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.
1051 1052 1053 1054 1055 1056 1057 |
# File 'lib/aws-sdk-partnercentralaccount/types.rb', line 1051 class FieldValidationError < Struct.new( :name, :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A description of the field validation error.
1051 1052 1053 1054 1055 1056 1057 |
# File 'lib/aws-sdk-partnercentralaccount/types.rb', line 1051 class FieldValidationError < Struct.new( :name, :message, :code) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that failed validation.
1051 1052 1053 1054 1055 1056 1057 |
# File 'lib/aws-sdk-partnercentralaccount/types.rb', line 1051 class FieldValidationError < Struct.new( :name, :message, :code) SENSITIVE = [] include Aws::Structure end |