The requested snapshot name does not refer to an existing snapshot.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("SnapshotNotFoundFault")) return null; SnapshotNotFoundException e = (SnapshotNotFoundException)super.unmarshall(node); return e; }