The web service attempted to create a bucket in an Amazon S3 account that already has 100 buckets.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("TooManyBucketsException")) return null; TooManyBucketsException e = (TooManyBucketsException)super.unmarshall(node); return e; }