The account specified does not have the appropriate bucket permissions.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("BucketPermissionException")) return null; BucketPermissionException e = (BucketPermissionException)super.unmarshall(node); return e; }