AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Assigns one or more tags (key-value pairs) to the specified resource.

Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.

Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.

You can associate as many as 50 tags with a resource.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to TagResourceAsync.

Namespace: Amazon.AIOps
Assembly: AWSSDK.AIOps.dll
Version: 3.x.y.z

Syntax

C#
public virtual TagResourceResponse TagResource(
         TagResourceRequest request
)

Parameters

request
Type: Amazon.AIOps.Model.TagResourceRequest

Container for the necessary parameters to execute the TagResource service method.

Return Value


The response from the TagResource service method, as returned by AIOps.

Exceptions

ExceptionCondition
AccessDeniedException You don't have sufficient permissions to perform this action.
ConflictException This operation couldn't be completed because of a conflict in resource states.
ForbiddenException Access id denied for this operation, or this operation is not valid for the specified resource.
InternalServerException An internal server error occurred. You can try again later.
ResourceNotFoundException The specified resource doesn't exist.
ThrottlingException The request was throttled because of quota limits. You can try again later.
ValidationException This operation or its parameters aren't formatted correctly.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also