Class IdempotencyException

All Implemented Interfaces:
Serializable

public class IdempotencyException extends AmazonServiceException

An entity with the same name already exists.

See Also:
  • Constructor Details

    • IdempotencyException

      public IdempotencyException(String message)
      Constructs a new IdempotencyException with the specified error message.
      Parameters:
      message - Describes the error encountered.