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

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 BatchPutTaxRegistration operation.

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ String

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

Returns:

  • (String)


578
579
580
581
582
583
584
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 578

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

#code ⇒ String

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

Returns:

  • (String)


578
579
580
581
582
583
584
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 578

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

#message ⇒ String

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

Returns:

  • (String)


578
579
580
581
582
583
584
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 578

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