use of com.amazonaws.services.cognitoidentityprovider.model.UsernameExistsException in project aws-sdk-android by aws-amplify.
the class UsernameExistsExceptionUnmarshaller method unmarshall.
@Override
public AmazonServiceException unmarshall(JsonErrorResponse error) throws Exception {
UsernameExistsException e = (UsernameExistsException) super.unmarshall(error);
e.setErrorCode("UsernameExistsException");
return e;
}
Aggregations