Request would result in user exceeding the allowed amount of storage available across all DB Instances.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("StorageQuotaExceeded")) return null; StorageQuotaExceededException e = (StorageQuotaExceededException)super.unmarshall(node); return e; }