Class DuplicateHandshakeException

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

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

A handshake with the same action and target already exists. For example, if you invited an account to join your organization, the invited account might already have a pending invitation from this organization. If you intend to resend an invitation to an account, ensure that existing handshakes that might be considered duplicates are canceled or declined.

See Also: