The string specified for the logging S3 key prefix does not comply with the documented constraints.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidS3KeyPrefixFault")) return null; InvalidS3KeyPrefixException e = (InvalidS3KeyPrefixException)super.unmarshall(node); return e; }