:doc:`TaxSettings <../../taxsettings>` / Client / get_tax_inheritance

*******************
get_tax_inheritance
*******************



.. py:method:: TaxSettings.Client.get_tax_inheritance()

  

  The get account tax inheritance status.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/taxsettings-2018-05-10/GetTaxInheritance>`_  


  **Request Syntax**
  ::

    response = client.get_tax_inheritance()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'heritageStatus': 'OptIn'|'OptOut'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **heritageStatus** *(string) --* 

        The tax inheritance status.

        
  
  **Exceptions**
  
  *   :py:class:`TaxSettings.Client.exceptions.ValidationException`

  
  *   :py:class:`TaxSettings.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`TaxSettings.Client.exceptions.InternalServerException`

  