Class DomainAlreadyExistsException

All Implemented Interfaces:
Serializable

public class DomainAlreadyExistsException extends AmazonServiceException

Returned if the specified domain already exists. You will get this fault even if the existing domain is in deprecated status.

See Also:
  • Constructor Details

    • DomainAlreadyExistsException

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