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.

This is the response object from the TagResources operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.ResourceGroupsTaggingAPI.Model.TagResourcesResponse

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

Syntax

C#
public class TagResourcesResponse : AmazonWebServiceResponse

The TagResourcesResponse type exposes the following members

Constructors

NameDescription
Public Method TagResourcesResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property FailedResourcesMap System.Collections.Generic.Dictionary<System.String, Amazon.ResourceGroupsTaggingAPI.Model.FailureInfo>

Gets and sets the property FailedResourcesMap.

A map containing a key-value pair for each failed item that couldn't be tagged. The key is the ARN of the failed resource. The value is a FailureInfo object that contains an error code, a status code, and an error message. If there are no errors, the FailedResourcesMap is empty.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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