Class: Aws::TaxSettings::Types::BatchDeleteTaxRegistrationError

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

Overview

The error object for representing failures in the BatchDeleteTaxRegistration operation.

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The unique account identifier for the account whose tax registration couldn't be deleted during the BatchDeleteTaxRegistration operation.

Returns:

  • (String)


346
347
348
349
350
351
352
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 346

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

#codeString

The error code for an individual failure in BatchDeleteTaxRegistration operation.

Returns:

  • (String)


346
347
348
349
350
351
352
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 346

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

#messageString

The error message for an individual failure in the BatchDeleteTaxRegistration operation.

Returns:

  • (String)


346
347
348
349
350
351
352
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 346

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