This exception is thrown when the provided S3 prefix is not valid.
313233343536373839
// marshaller understands. String errorCode = parseErrorCode(json); if (errorCode == null || !errorCode.equals("InvalidS3PrefixException")) return null; InvalidS3PrefixException e = (InvalidS3PrefixException)super.unmarshall(json); return e; }
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { InvalidS3PrefixException e = (InvalidS3PrefixException)super.unmarshall(json); e.setErrorCode("InvalidS3PrefixException"); return e; }
31323334353637383940