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

************************************************
get_service_quota_increase_request_from_template
************************************************



.. py:method:: ServiceQuotas.Client.get_service_quota_increase_request_from_template(**kwargs)

  

  Retrieves information about the specified quota increase request in your quota request template.

  

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


  **Request Syntax**
  ::

    response = client.get_service_quota_increase_request_from_template(
        ServiceCode='string',
        QuotaCode='string',
        AwsRegion='string'
    )
    
  :type ServiceCode: string
  :param ServiceCode: **[REQUIRED]** 

    Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the  ListServices operation.

    

  
  :type QuotaCode: string
  :param QuotaCode: **[REQUIRED]** 

    Specifies the quota identifier. To find the quota code for a specific quota, use the  ListServiceQuotas operation, and look for the ``QuotaCode`` response in the output for the quota you want.

    

  
  :type AwsRegion: string
  :param AwsRegion: **[REQUIRED]** 

    Specifies the Amazon Web Services Region for which you made the request.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ServiceQuotaIncreaseRequestInTemplate': {
              'ServiceCode': 'string',
              'ServiceName': 'string',
              'QuotaCode': 'string',
              'QuotaName': 'string',
              'DesiredValue': 123.0,
              'AwsRegion': 'string',
              'Unit': 'string',
              'GlobalQuota': True|False
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ServiceQuotaIncreaseRequestInTemplate** *(dict) --* 

        Information about the quota increase request.

        
        

        - **ServiceCode** *(string) --* 

          Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the  ListServices operation.

          
        

        - **ServiceName** *(string) --* 

          Specifies the service name.

          
        

        - **QuotaCode** *(string) --* 

          Specifies the quota identifier. To find the quota code for a specific quota, use the  ListServiceQuotas operation, and look for the ``QuotaCode`` response in the output for the quota you want.

          
        

        - **QuotaName** *(string) --* 

          Specifies the quota name.

          
        

        - **DesiredValue** *(float) --* 

          The new, increased value of the quota.

          
        

        - **AwsRegion** *(string) --* 

          The Amazon Web Services Region.

          
        

        - **Unit** *(string) --* 

          The unit of measurement.

          
        

        - **GlobalQuota** *(boolean) --* 

          Indicates whether the quota is global.

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

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

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

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

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

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

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

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

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

  