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.
1903 1904 1905 1906 1907 1908 1909 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1903 class ValidationExceptionField < Struct.new( :name, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A descriptive message about the validation error.
1903 1904 1905 1906 1907 1908 1909 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1903 class ValidationExceptionField < Struct.new( :name, :code, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that failed validation.
1903 1904 1905 1906 1907 1908 1909 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1903 class ValidationExceptionField < Struct.new( :name, :code, :message) SENSITIVE = [] include Aws::Structure end |