Class: Aws::TaxSettings::Types::PutTaxRegistrationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

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.

Returns:

  • (String)


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