@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceDoesNotSupportTaggingException extends AmazonFSxException
The resource specified does not support tagging.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
ResourceDoesNotSupportTaggingException(String message)
Constructs a new ResourceDoesNotSupportTaggingException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceARN()
The Amazon Resource Name (ARN) of the resource that doesn't support tagging.
|
void |
setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource that doesn't support tagging.
|
ResourceDoesNotSupportTaggingException |
withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource that doesn't support tagging.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceDoesNotSupportTaggingException(String message)
message - Describes the error encountered.public void setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource that doesn't support tagging.
resourceARN - The Amazon Resource Name (ARN) of the resource that doesn't support tagging.public String getResourceARN()
The Amazon Resource Name (ARN) of the resource that doesn't support tagging.
public ResourceDoesNotSupportTaggingException withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource that doesn't support tagging.
resourceARN - The Amazon Resource Name (ARN) of the resource that doesn't support tagging.Copyright © 2025. All rights reserved.