Class: Aws::TaxSettings::Types::BatchDeleteTaxRegistrationResponse

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::BatchDeleteTaxRegistrationError>

The list of errors for the accounts the TRN information could not be deleted for.



511
512
513
514
515
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 511

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