Class EntityAlreadyExistsException

All Implemented Interfaces:
Serializable

public class EntityAlreadyExistsException extends AmazonServiceException

The request was rejected because it attempted to create a resource that already exists.

See Also:
  • Constructor Details

    • EntityAlreadyExistsException

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