Class InvalidAttachmentException

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

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

Indicates that an attempt to make an attachment was invalid. For example, attaching two nodes with a link type that is not applicable to the nodes or attempting to apply a schema to a directory a second time.

See Also: