@Generated(value="software.amazon.awssdk:codegen") public final class ResourceDoesNotSupportTaggingException extends FSxException implements ToCopyableBuilder<ResourceDoesNotSupportTaggingException.Builder,ResourceDoesNotSupportTaggingException>
The resource specified does not support tagging.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceDoesNotSupportTaggingException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceDoesNotSupportTaggingException.Builder |
builder() |
String |
resourceARN()
The Amazon Resource Name (ARN) of the resource that doesn't support tagging.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceDoesNotSupportTaggingException.Builder> |
serializableBuilderClass() |
ResourceDoesNotSupportTaggingException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic ResourceDoesNotSupportTaggingException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceDoesNotSupportTaggingException.Builder,ResourceDoesNotSupportTaggingException>toBuilder in class FSxExceptionpublic static ResourceDoesNotSupportTaggingException.Builder builder()
public static Class<? extends ResourceDoesNotSupportTaggingException.Builder> serializableBuilderClass()
public String resourceARN()
The Amazon Resource Name (ARN) of the resource that doesn't support tagging.
Copyright © 2023. All rights reserved.