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
.
1370 1371 1372 1373 1374 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1370 class PutTaxRegistrationResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |