Class: Aws::TaxSettings::Types::PutTaxRegistrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::PutTaxRegistrationResponse
- Includes:
- Structure
- Defined in:
- 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`.
1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1256 class PutTaxRegistrationResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |