NetworkFlowMonitor / Client / tag_resource
tag_resource¶
- NetworkFlowMonitor.Client.tag_resource(**kwargs)¶
Adds a tag to a resource.
See also: AWS API Documentation
Request Syntax
response = client.tag_resource( resourceArn='string', tags={ 'string': 'string' } )
- Parameters:
resourceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the resource.
tags (dict) –
[REQUIRED]
The tags for a resource.
(string) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
NetworkFlowMonitor.Client.exceptions.ResourceNotFoundException
NetworkFlowMonitor.Client.exceptions.ConflictException
NetworkFlowMonitor.Client.exceptions.ValidationException
NetworkFlowMonitor.Client.exceptions.ThrottlingException
NetworkFlowMonitor.Client.exceptions.AccessDeniedException
NetworkFlowMonitor.Client.exceptions.InternalServerException