@Generated(value="software.amazon.awssdk:codegen") public final class TooManyTagsException extends SfnException implements ToCopyableBuilder<TooManyTagsException.Builder,TooManyTagsException>
You've exceeded the number of tags allowed for a resource. See the Limits Topic in the AWS Step Functions Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TooManyTagsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TooManyTagsException.Builder |
builder() |
String |
resourceName()
Returns the value of the ResourceName property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TooManyTagsException.Builder> |
serializableBuilderClass() |
TooManyTagsException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic TooManyTagsException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TooManyTagsException.Builder,TooManyTagsException>toBuilder in class SfnExceptionpublic static TooManyTagsException.Builder builder()
public static Class<? extends TooManyTagsException.Builder> serializableBuilderClass()
public String resourceName()
Copyright © 2020. All rights reserved.