:doc:`ServiceQuotas <../../service-quotas>` / Client / get_association_for_service_quota_template

******************************************
get_association_for_service_quota_template
******************************************



.. py:method:: ServiceQuotas.Client.get_association_for_service_quota_template()

  

  Retrieves the status of the association for the quota request template.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/GetAssociationForServiceQuotaTemplate>`_  


  **Request Syntax**
  ::

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

    
    ::

      {
          'ServiceQuotaTemplateAssociationStatus': 'ASSOCIATED'|'DISASSOCIATED'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ServiceQuotaTemplateAssociationStatus** *(string) --* 

        The association status. If the status is ``ASSOCIATED``, the quota increase requests in the template are automatically applied to new Amazon Web Services accounts in your organization.

        
  
  **Exceptions**
  
  *   :py:class:`ServiceQuotas.Client.exceptions.DependencyAccessDeniedException`

  
  *   :py:class:`ServiceQuotas.Client.exceptions.ServiceQuotaTemplateNotInUseException`

  
  *   :py:class:`ServiceQuotas.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`ServiceQuotas.Client.exceptions.ServiceException`

  
  *   :py:class:`ServiceQuotas.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`ServiceQuotas.Client.exceptions.AWSServiceAccessNotEnabledException`

  
  *   :py:class:`ServiceQuotas.Client.exceptions.TemplatesNotAvailableInRegionException`

  
  *   :py:class:`ServiceQuotas.Client.exceptions.NoAvailableOrganizationException`

  