Class InvalidTaggingRequestException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InvalidTaggingRequestException.Builder,InvalidTaggingRequestException>

@Generated("software.amazon.awssdk:codegen") public final class InvalidTaggingRequestException extends CloudDirectoryException implements ToCopyableBuilder<InvalidTaggingRequestException.Builder,InvalidTaggingRequestException>

Can occur for multiple reasons such as when you tag a resource that doesn’t exist or if you specify a higher number of tags for a resource than the allowed limit. Allowed limit is 50 tags per resource.

See Also: