associate_budget_with_resource
(**kwargs)¶Associates the specified budget with the specified resource.
See also: AWS API Documentation
Request Syntax
response = client.associate_budget_with_resource(
BudgetName='string',
ResourceId='string'
)
[REQUIRED]
The name of the budget you want to associate.
[REQUIRED]
The resource identifier. Either a portfolio-id or a product-id.
dict
Response Syntax
{}
Response Structure
Exceptions
ServiceCatalog.Client.exceptions.InvalidParametersException
ServiceCatalog.Client.exceptions.DuplicateResourceException
ServiceCatalog.Client.exceptions.LimitExceededException
ServiceCatalog.Client.exceptions.ResourceNotFoundException