Class: Aws::TaxSettings::Types::ValidationException

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

Overview

The exception when the input doesn’t pass validation for at least one of the input parameters.

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

400

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
# File 'lib/aws-sdk-taxsettings/types.rb', line 1891

class ValidationException < Struct.new(
  :error_code,
  :field_list,
  :message)
  SENSITIVE = [:message]
  include Aws::Structure
end

#field_listArray<Types::ValidationExceptionField>

400



1891
1892
1893
1894
1895
1896
1897
# File 'lib/aws-sdk-taxsettings/types.rb', line 1891

class ValidationException < Struct.new(
  :error_code,
  :field_list,
  :message)
  SENSITIVE = [:message]
  include Aws::Structure
end

#messageString

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
# File 'lib/aws-sdk-taxsettings/types.rb', line 1891

class ValidationException < Struct.new(
  :error_code,
  :field_list,
  :message)
  SENSITIVE = [:message]
  include Aws::Structure
end