Class AlreadyExistsException

All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends AmazonServiceException

Resource with the name requested already exists.

See Also:
  • Constructor Details

    • AlreadyExistsException

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