Class: Aws::TaxSettings::Types::BatchPutTaxRegistrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::BatchPutTaxRegistrationResponse
- Defined in:
- gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchPutTaxRegistrationError>
List of errors for the accounts the TRN information could not be added or updated to.
-
#status ⇒ String
The status of your TRN stored in the system after processing.
Instance Attribute Details
#errors ⇒ Array<Types::BatchPutTaxRegistrationError>
List of errors for the accounts the TRN information could not be added or updated to.
607 608 609 610 611 612 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 607 class BatchPutTaxRegistrationResponse < Struct.new( :status, :errors) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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.
607 608 609 610 611 612 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 607 class BatchPutTaxRegistrationResponse < Struct.new( :status, :errors) SENSITIVE = [] include Aws::Structure end |