Class: Aws::TaxSettings::Types::PutTaxRegistrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::PutTaxRegistrationResponse
- Defined in:
- gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of your TRN stored in the system after processing.
Instance Attribute Details
#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.
1533 1534 1535 1536 1537 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1533 class PutTaxRegistrationResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |