Class: Aws::PartnerCentralBenefits::Types::ValidationExceptionField

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

An error code explaining why the field validation failed.

Returns:

  • (String)


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

#messageString

A detailed message explaining why the field validation failed.

Returns:

  • (String)


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

#nameString

The name of the field that failed validation.

Returns:

  • (String)


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