CostandUsageReportService / Client / untag_resource
untag_resource#
- CostandUsageReportService.Client.untag_resource(**kwargs)#
Disassociates a set of tags from a report definition.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ReportName='string', TagKeys=[ 'string', ] )
- Parameters:
ReportName (string) –
[REQUIRED]
The report name of the report definition that tags are to be disassociated from.
TagKeys (list) –
[REQUIRED]
The tags to be disassociated from the report definition resource.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
CostandUsageReportService.Client.exceptions.ResourceNotFoundException
CostandUsageReportService.Client.exceptions.InternalErrorException
CostandUsageReportService.Client.exceptions.ValidationException