Class: Aws::PartnerCentralBenefits::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb
Overview
Represents a field-specific validation error with detailed information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
An error code explaining why the field validation failed.
-
#message ⇒ String
A detailed message explaining why the field validation failed.
-
#name ⇒ String
The name of the field that failed validation.
Instance Attribute Details
#code ⇒ String
An error code explaining why the field validation failed.
1756 1757 1758 1759 1760 1761 1762 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1756 class ValidationExceptionField < Struct.new( :name, :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed message explaining why the field validation failed.
1756 1757 1758 1759 1760 1761 1762 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1756 class ValidationExceptionField < Struct.new( :name, :message, :code) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that failed validation.
1756 1757 1758 1759 1760 1761 1762 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1756 class ValidationExceptionField < Struct.new( :name, :message, :code) SENSITIVE = [] include Aws::Structure end |