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'
)
[REQUIRED]
The name of the budget you want to disassociate.
[REQUIRED]
The resource identifier you want to disassociate from. Either a portfolio-id or a product-id.
dict
Response Syntax
{}
Response Structure
Exceptions
ServiceCatalog.Client.exceptions.ResourceNotFoundException