Class: Aws::PartnerCentralChannel::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::ValidationException
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
The request failed validation due to invalid input parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields that failed validation.
-
#message ⇒ String
A message describing the validation error.
-
#reason ⇒ String
The reason for the validation failure.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields that failed validation.
1879 1880 1881 1882 1883 1884 1885 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1879 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message describing the validation error.
1879 1880 1881 1882 1883 1884 1885 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1879 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the validation failure.
1879 1880 1881 1882 1883 1884 1885 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1879 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |