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)


2151
2152
2153
2154
2155
2156
2157
# File 'lib/aws-sdk-taxsettings/types.rb', line 2151

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

#field_listArray<Types::ValidationExceptionField>

400



2151
2152
2153
2154
2155
2156
2157
# File 'lib/aws-sdk-taxsettings/types.rb', line 2151

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

#messageString

Returns:

  • (String)


2151
2152
2153
2154
2155
2156
2157
# File 'lib/aws-sdk-taxsettings/types.rb', line 2151

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