Class: Aws::TaxSettings::Types::ValidationExceptionField

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

Overview

The information about the specified parameter in the request that caused an error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the parameter that caused a ‘ValidationException` error.

Returns:

  • (String)


1908
1909
1910
1911
1912
# File 'lib/aws-sdk-taxsettings/types.rb', line 1908

class ValidationExceptionField < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end