Class: Aws::PartnerCentralAccount::Types::FieldValidationError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralaccount/types.rb

Overview

Contains information about a field-level validation error that occurred during an operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

A code identifying the specific field validation error.

Returns:

  • (String)


1051
1052
1053
1054
1055
1056
1057
# File 'lib/aws-sdk-partnercentralaccount/types.rb', line 1051

class FieldValidationError < Struct.new(
  :name,
  :message,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A description of the field validation error.

Returns:

  • (String)


1051
1052
1053
1054
1055
1056
1057
# File 'lib/aws-sdk-partnercentralaccount/types.rb', line 1051

class FieldValidationError < Struct.new(
  :name,
  :message,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the field that failed validation.

Returns:

  • (String)


1051
1052
1053
1054
1055
1056
1057
# File 'lib/aws-sdk-partnercentralaccount/types.rb', line 1051

class FieldValidationError < Struct.new(
  :name,
  :message,
  :code)
  SENSITIVE = []
  include Aws::Structure
end