:doc:`ServiceCatalog <../../servicecatalog>` / Client / disassociate_budget_from_resource

*********************************
disassociate_budget_from_resource
*********************************



.. py:method:: ServiceCatalog.Client.disassociate_budget_from_resource(**kwargs)

  

  Disassociates the specified budget from the specified resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisassociateBudgetFromResource>`_  


  **Request Syntax**
  ::

    response = client.disassociate_budget_from_resource(
        BudgetName='string',
        ResourceId='string'
    )
    
  :type BudgetName: string
  :param BudgetName: **[REQUIRED]** 

    The name of the budget you want to disassociate.

    

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

    The resource identifier you want to disassociate from. Either a portfolio-id or a product-id.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ServiceCatalog.Client.exceptions.ResourceNotFoundException`

  