AccountAccess / Client / tag_resource
tag_resource¶
- AccountAccess.Client.tag_resource(**kwargs)¶
Adds tags to an account access manager resource.
See also: AWS API Documentation
Request Syntax
response = client.tag_resource( resourceArn='string', tags={ 'string': 'string' } )
- Parameters:
resourceArn (string) –
[REQUIRED]
Specifies the ARN of the resource to add tags to.
tags (dict) –
[REQUIRED]
Specifies the tags to add to the resource.
(string) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
AccountAccess.Client.exceptions.ResourceNotFoundExceptionAccountAccess.Client.exceptions.ThrottlingExceptionAccountAccess.Client.exceptions.ValidationExceptionAccountAccess.Client.exceptions.InternalServerException