BillingandCostManagementDashboards / Client / untag_resource
untag_resource¶
- BillingandCostManagementDashboards.Client.untag_resource(**kwargs)¶
Removes specified tags from a dashboard resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', resourceTagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
The unique identifier for the resource.
resourceTagKeys (list) –
[REQUIRED]
The keys of the tags to remove from the dashboard resource.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
BillingandCostManagementDashboards.Client.exceptions.ThrottlingExceptionBillingandCostManagementDashboards.Client.exceptions.InternalServerExceptionBillingandCostManagementDashboards.Client.exceptions.ValidationExceptionBillingandCostManagementDashboards.Client.exceptions.ResourceNotFoundException