Class: Aws::TaxSettings::Types::BatchPutTaxRegistrationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchPutTaxRegistrationError>

List of errors for the accounts the TRN information could not be added or updated to.



547
548
549
550
551
552
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 547

class BatchPutTaxRegistrationResponse < Struct.new(
  :errors,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of your TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can be Verified, Pending or Rejected.

Returns:

  • (String)


547
548
549
550
551
552
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 547

class BatchPutTaxRegistrationResponse < Struct.new(
  :errors,
  :status)
  SENSITIVE = []
  include Aws::Structure
end