ServiceCatalog.Client.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.InvalidParametersExceptionServiceCatalog.Client.exceptions.DuplicateResourceExceptionServiceCatalog.Client.exceptions.LimitExceededExceptionServiceCatalog.Client.exceptions.ResourceNotFoundException