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