Class: Aws::PartnerCentralChannel::Types::ValidationExceptionField

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

Instance Attribute Details

#codeString

The validation error code for the field.

Returns:

  • (String)


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

#messageString

A descriptive message about the validation error.

Returns:

  • (String)


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

#nameString

The name of the field that failed validation.

Returns:

  • (String)


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