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