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.

Information about the errors that are returned for each failed resource. This information can include InternalServiceException and InvalidParameterException errors. It can also include any valid error code returned by the Amazon Web Services service that hosts the resource that the ARN key represents.

The following are common error codes that you might receive from other Amazon Web Services services:

For more information on errors that are generated from other Amazon Web Services services, see the documentation for that service.

Inheritance Hierarchy

System.Object
  Amazon.ResourceGroupsTaggingAPI.Model.FailureInfo

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

Syntax

C#
public class FailureInfo

The FailureInfo type exposes the following members

Constructors

NameDescription
Public Method FailureInfo()

Properties

NameTypeDescription
Public Property ErrorCode Amazon.ResourceGroupsTaggingAPI.ErrorCode

Gets and sets the property ErrorCode.

The code of the common error. Valid values include InternalServiceException, InvalidParameterException, and any valid error code returned by the Amazon Web Services service that hosts the resource that you want to tag.

Public Property ErrorMessage System.String

Gets and sets the property ErrorMessage.

The message of the common error.

Public Property StatusCode System.Int32

Gets and sets the property StatusCode.

The HTTP status code of the common error.

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