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

*******************
create_support_case
*******************



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

  

  Creates a Support case for an existing quota increase request. This call only creates a Support case if the request has a ``Pending`` status.

  

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


  **Request Syntax**
  ::

    response = client.create_support_case(
        RequestId='string'
    )
    
  :type RequestId: string
  :param RequestId: **[REQUIRED]** 

    The ID of the pending quota increase request for which you want to open a Support case.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ServiceQuotas.Client.exceptions.DependencyAccessDeniedException`

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

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

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

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

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

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

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

  