Class ResourceDoesNotSupportTaggingException
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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
ResourceDoesNotSupportTaggingException(string, Exception)
Construct instance of ResourceDoesNotSupportTaggingException
public ResourceDoesNotSupportTaggingException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
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; }