Class: Aws::PartnerCentralChannel::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Information about a field that failed validation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The validation error code for the field.
-
#message ⇒ String
A descriptive message about the validation error.
-
#name ⇒ String
The name of the field that failed validation.
Instance Attribute Details
#code ⇒ String
The validation error code for the field.
1893 1894 1895 1896 1897 1898 1899 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1893 class ValidationExceptionField < Struct.new( :name, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A descriptive message about the validation error.
1893 1894 1895 1896 1897 1898 1899 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1893 class ValidationExceptionField < Struct.new( :name, :code, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that failed validation.
1893 1894 1895 1896 1897 1898 1899 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1893 class ValidationExceptionField < Struct.new( :name, :code, :message) SENSITIVE = [] include Aws::Structure end |