disassociate_budget_from_resource

ServiceCatalog.Client.disassociate_budget_from_resource(**kwargs)

Disassociates the specified budget from the specified resource.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_budget_from_resource(
    BudgetName='string',
    ResourceId='string'
)
Parameters
  • BudgetName (string) --

    [REQUIRED]

    The name of the budget you want to disassociate.

  • ResourceId (string) --

    [REQUIRED]

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

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • ServiceCatalog.Client.exceptions.ResourceNotFoundException