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.

Returns all tag keys currently in use in the specified Amazon Web Services Region for the calling account.

This operation supports pagination, where the response can be sent in multiple pages. You should check the PaginationToken response parameter to determine if there are additional results available to return. Repeat the query, passing the PaginationToken response parameter value as an input to the next request until you recieve a null value. A null value for PaginationToken indicates that there are no more results waiting to be returned.

Note:

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

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

Syntax

C#
public virtual GetTagKeysResponse GetTagKeys(
         GetTagKeysRequest request
)

Parameters

request
Type: Amazon.ResourceGroupsTaggingAPI.Model.GetTagKeysRequest

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

Return Value


The response from the GetTagKeys service method, as returned by ResourceGroupsTaggingAPI.

Exceptions

ExceptionCondition
InternalServiceException The request processing failed because of an unknown error, exception, or failure. You can retry the request.
InvalidParameterException This error indicates one of the following: A parameter is missing. A malformed string was supplied for the request parameter. An out-of-range value was supplied for the request parameter. The target ID is invalid, unsupported, or doesn't exist. You can't access the Amazon S3 bucket for report storage. For more information, see Additional Requirements for Organization-wide Tag Compliance Reports in the Organizations User Guide.
PaginationTokenExpiredException A PaginationToken is valid for a maximum of 15 minutes. Your request was denied because the specified PaginationToken has expired.
ThrottledException The request was denied to limit the frequency of submitted requests.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also