package software.amazon.rds.dbproxyendpoint; public class TestConstants { public static final String NOT_FOUND_ERROR_MESSAGE = "not-found-error-message"; public static final String ALREADY_EXIST_ERROR_MESSAGE = "already-exists-error-message"; }