Class: Aws::TaxSettings::Types::BatchPutTaxRegistrationError

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

Overview

The error object for representing failures in the ‘BatchPutTaxRegistration` operation.

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The unique account identifier for the account that the tax registration couldn’t be added, or updated during the ‘BatchPutTaxRegistration` operation.

Returns:

  • (String)


478
479
480
481
482
483
484
# File 'lib/aws-sdk-taxsettings/types.rb', line 478

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

#codeString

The error code for an individual failure in the ‘BatchPutTaxRegistration` operation.

Returns:

  • (String)


478
479
480
481
482
483
484
# File 'lib/aws-sdk-taxsettings/types.rb', line 478

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

#messageString

The error message for an individual failure in the ‘BatchPutTaxRegistration` operation.

Returns:

  • (String)


478
479
480
481
482
483
484
# File 'lib/aws-sdk-taxsettings/types.rb', line 478

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