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

***********************
get_tax_exemption_types
***********************



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

  

  Get supported tax exemption types. The IAM action is ``tax:GetExemptions``.

  

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


  **Request Syntax**
  ::

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

    
    ::

      {
          'taxExemptionTypes': [
              {
                  'applicableJurisdictions': [
                      {
                          'country': 'string',
                          'state': 'string'
                      },
                  ],
                  'description': 'string',
                  'displayName': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **taxExemptionTypes** *(list) --* 

        The supported types of tax exemptions.

        
        

        - *(dict) --* 

          The tax exemption type.

          
          

          - **applicableJurisdictions** *(list) --* 

            The tax exemption's applicable jurisdictions.

            
            

            - *(dict) --* 

              The address domain associate with the tax information.

              
              

              - **country** *(string) --* 

                The country code for the country that the address is in.

                
              

              - **state** *(string) --* 

                The state that the address is located.

                
          
        
          

          - **description** *(string) --* 

            The tax exemption's type description.

            
          

          - **displayName** *(string) --* 

            The tax exemption's type display name.

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

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

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

  