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