Table of Contents

Class ResourceDoesNotSupportTaggingException

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

The resource specified does not support tagging.

public class ResourceDoesNotSupportTaggingException : AmazonFSxException
Inheritance
ResourceDoesNotSupportTaggingException

Constructors

ResourceDoesNotSupportTaggingException(Exception)

Construct instance of ResourceDoesNotSupportTaggingException

public ResourceDoesNotSupportTaggingException(Exception innerException)

Parameters

innerException Exception

ResourceDoesNotSupportTaggingException(string)

Constructs a new ResourceDoesNotSupportTaggingException with the specified error message.

public ResourceDoesNotSupportTaggingException(string message)

Parameters

message string

Describes the error encountered.

ResourceDoesNotSupportTaggingException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ResourceDoesNotSupportTaggingException

public ResourceDoesNotSupportTaggingException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ResourceDoesNotSupportTaggingException(string, Exception)

Construct instance of ResourceDoesNotSupportTaggingException

public ResourceDoesNotSupportTaggingException(string message, Exception innerException)

Parameters

message string
innerException Exception

ResourceDoesNotSupportTaggingException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ResourceDoesNotSupportTaggingException

public ResourceDoesNotSupportTaggingException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

Properties

ResourceARN

Gets and sets the property ResourceARN.

The Amazon Resource Name (ARN) of the resource that doesn't support tagging.

public string ResourceARN { get; set; }

Property Value

string