@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, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.