Class: Aws::TaxSettings::Types::BatchDeleteTaxRegistrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::BatchDeleteTaxRegistrationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchDeleteTaxRegistrationError>
The list of errors for the accounts the TRN information could not be deleted for.
Instance Attribute Details
#errors ⇒ Array<Types::BatchDeleteTaxRegistrationError>
The list of errors for the accounts the TRN information could not be deleted for.
421 422 423 424 425 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 421 class BatchDeleteTaxRegistrationResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |