Class: Aws::PartnerCentralRevenueMeasurement::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralRevenueMeasurement::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb
Overview
Details about a specific field that failed validation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The specific validation error code indicating the type of validation failure.
-
#message ⇒ String
A human-readable message describing why the field validation failed.
-
#name ⇒ String
The name of the field that failed validation.
Instance Attribute Details
#code ⇒ String
The specific validation error code indicating the type of validation failure.
1964 1965 1966 1967 1968 1969 1970 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1964 class ValidationExceptionField < Struct.new( :name, :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable message describing why the field validation failed.
1964 1965 1966 1967 1968 1969 1970 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1964 class ValidationExceptionField < Struct.new( :name, :message, :code) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that failed validation.
1964 1965 1966 1967 1968 1969 1970 |
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1964 class ValidationExceptionField < Struct.new( :name, :message, :code) SENSITIVE = [] include Aws::Structure end |