Class OptimisticLockException

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

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

Exception that indicates that the resource state has been modified by another client. Retrieve the resource and then retry your request.

See Also: