// marshaller understands.
String errorCode = parseErrorCode(json);
if (errorCode == null || !errorCode.equals("InsufficientS3BucketPolicyException"))
return null;
InsufficientS3BucketPolicyException e = (InsufficientS3BucketPolicyException)super.unmarshall(json);
return e;
}