HealthImaging / Client / tag_resource
tag_resource#
- HealthImaging.Client.tag_resource(**kwargs)#
Adds a user-specifed key and value tag to a medical imaging 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 medical imaging resource that tags are being added to.
tags (dict) –
[REQUIRED]
The user-specified key and value tag pairs added to a medical imaging resource.
(string) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
HealthImaging.Client.exceptions.ThrottlingException
HealthImaging.Client.exceptions.AccessDeniedException
HealthImaging.Client.exceptions.ValidationException
HealthImaging.Client.exceptions.InternalServerException
HealthImaging.Client.exceptions.ResourceNotFoundException