Class DBInstanceAlreadyExistsException

All Implemented Interfaces:
Serializable

public class DBInstanceAlreadyExistsException extends AmazonServiceException

User already has a DB instance with the given identifier.

See Also:
  • Constructor Details

    • DBInstanceAlreadyExistsException

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